_scripts/demo-schemas/cart-detail[1].avsc (33 lines of code) (raw):

{ "type": "record", "name": "CartDetail", "namespace": "com.epam.eco.schemacatalog.demo", "fields": [ { "name": "inventoryItemId", "type": "int" }, { "name": "shoppingCartId", "type": "int" }, { "name": "state", "type": "string" }, { "name": "amount", "type": "int" }, { "name": "createdAt", "type": "int", "logicalType": "date" }, { "name": "lastModifiedAt", "type": "int", "logicalType": "date" } ] }